Skip to main content

Create New Prompt

Once an AI model is selected from the Model Gallery, users proceed to the Create New Prompt page, where they can customize their prompt to fit their specific use case.

Configuring the Prompt

The Create New Prompt page allows users to define all aspects of their prompt, including inputs, outputs, and dynamic elements.

Key Configuration Options

  • Prompt Name: Enter a unique name for the prompt.
  • Dynamic Input: Enable this option if you want the prompt to handle multiple or variable inputs.
  • Input Type: Choose from Text, JSON, or File input types based on the nature of your data.
  • Output Type: Select the desired output format—Text, JSON, or File.
  • Function Call: This option allows the prompt to trigger a specific function during execution, which is useful for more advanced workflows.

Each configuration field ensures that the prompt is aligned with the model's capabilities and user requirements.


Function Call Configuration

Users requiring more advanced functionality can configure Function Calls:

  • Instruction: Enter specific instructions for the AI model to process.
  • Function Name/Description: Define a function name and its purpose to streamline prompt identification.
  • Parameters: Add necessary parameters for the function, defining the data structure to be processed.

These configurations allow prompts to go beyond basic text generation, integrating with external APIs or systems.


Save and Proceed

Once the prompt and function details are configured, users can click Save to finalize their setup. The prompt is now ready to be used within the AI model or exported for further modification.

tip

Make sure to test your prompt thoroughly and configure dynamic inputs and functions as needed to optimize the output.